	<!--  Define Tower Image  --> 
  <Style id='tower'>
		<LineStyle>
			<width>7</width> 
			<color>ffc5c6be</color>
    </LineStyle>
    <IconStyle>
			<Icon>
				<href>http://maps.google.com/mapfiles/kml/pal4/icon25.png</href>
      </Icon>
      <color>ff00ffff</color>
      <scale>1.0</scale>
    </IconStyle>
  </Style>

	<!--  Define Red Pushpin Icon With Red Text  --> 
  <Style id="red pushpin">
		<IconStyle>
			<Icon>
				<href>http://maps.google.com/mapfiles/kml/pal5/icon14.png</href>
      </Icon>
      <color>ff0000ff</color>	 		
      <scale>1.0</scale>
    </IconStyle>

    <LabelStyle>
			<color>ff0000ff</color>
      <scale>1.0</scale>
    </LabelStyle>
  </Style>